Click or drag to resize

ServiceSearchMailboxes Method (IListMailboxQuery)

Searches the mailboxes.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public SearchMailboxesResponse SearchMailboxes(
	IList<MailboxQuery> mailboxQueries
)

Parameters

mailboxQueries
Type: System.Collections.GenericIListMailboxQuery
The mailbox queries.

Return Value

Type: SearchMailboxesResponse
SearchMailboxesResponse.
See Also